home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / gscope07.zip / GSCOPE07.DOC next >
Text File  |  1994-06-05  |  4KB  |  67 lines

  1.     Program Name: GUS StereoScope
  2.              Ver: .7
  3. Program Filename: GSCOPE07.EXE
  4.           Author: Nelson Fernandez Jr. (nelsonf@netcom.com)
  5.  
  6.      Description: A stereo scope for your GUS card and a Line/Mic-In source.
  7. --------------------------------------------------------------------------
  8. Program Notes: This program is nothing fancy. It simply takes input from
  9.                a 'Line-In' source and displays a stereo scope. This pro-
  10.                gram requires a VGA card.
  11.  
  12.                I did not support CD-In. It's better if you have a volume
  13.                control on your Line-In device so you can regulate the 
  14.                'peaks' of the scope better.
  15.  
  16.                Mic-In will only show on the left scope.
  17.  
  18.                This program was written in Pascal and uses the GUS unit
  19.                from the GUS SDK. It will read your ULTRASND environment
  20.                variable and will (hopefully) execute properly.
  21.  
  22.                This program uses XLIBPAS routines for graphics. Originally
  23.                I had it in mode 13h but I thought the tweaked 320x240 looked
  24.                better and I wanted to use XLIBPAS to learn it a bit.
  25.  
  26.                I did not write this to show my skills or lack thereof. I
  27.                wrote it as a hobby and challenge. I only wish I had the
  28.                skills to make something as nice as CTHUGHA.
  29.  
  30.                Keys that are used by the program:
  31.  
  32.                 H - Shows the help screen.
  33.                 W - Changes wave form. There are four waveform styles
  34.                     and one mode where there is NO waveform. (This is so
  35.                     you can use the peak/vu meter option without a wave.)
  36.                 B - Displays Peak Bars across the top. This is a very
  37.                     unperfect effect. If you can fiddle with the volume
  38.                     level of your Line-In device it can bounce to the
  39.                     beat provided your sound is rhythmic. This key will
  40.                     toggle on/off.
  41.                 P - Scroll palette. This just changes the display colors
  42.                     of the waveforms. This key will start/stop the scroll.
  43.                 S - This adjusts the sensitivity factor. It starts at a
  44.                     value of 2 and toggles in this order: 4,8,16,1,2. The
  45.                     peak bars were adjusted to sensitivity of 2 so they do
  46.                     not work right in other sensitivity (usually).
  47.                 V - Puts a simple 'VU' type meter on the screen. This key
  48.                     will toggle on/off.
  49.             <ESC> - Quits the program.
  50.  
  51.                Known bugs: When you first change a waveform there are some
  52.                 stray dots that appear (actually I kludged a fix for this
  53.                 though I still don't know where the problem is). Palette
  54.                 sometimes doesn't scroll (I don't know why!).
  55.  
  56.                Please Email me with any bug reports.
  57.  
  58. Wish List: I wish I could do better waveforms and cool effects. I wish I
  59.            could seperate various frequencies (FFT?) and make a cool
  60.            music box that _really_ dances with the beat. I wish I knew
  61.            assembler.
  62.  
  63. If anyone wants a copy of my crappy Pascal code to improve upon it, drop
  64. me a line at my email (nelsonf@netcom.com) and I'll email it to you. Be
  65. prepared to see some sloppy code :) (You'll need the GUS SDK units and a
  66. copy of XLIBPAS). Also send comments, ideas, etc...
  67.